Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed incorrect json representation of ResourceType in PermissionRepresentation #296

Merged
merged 1 commit into from
Aug 12, 2021

Conversation

vennekilde
Copy link
Contributor

ResourceType in PermissionRepresentation should be formatted as lower camel case instead of snake case

Attempting to create a resource based policy that is restricted to a resource type, will result in an unknown_error along with the following error in the keycloak log:
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "resource_type"

…esentation

ResourceType in PermissionRepresentation should be formatted as lower camel case instead of snake case
@Nerzal Nerzal merged commit 5035874 into Nerzal:main Aug 12, 2021
@Nerzal
Copy link
Owner

Nerzal commented Aug 12, 2021

Hi thanks for your contribution, now merging.
The release of a new tag will still need some time, as the test pipelines are currently broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants